vbscript help needed [migrated]
Posted
by
Romeo
on Programmers
See other posts from Programmers
or by Romeo
Published on 2012-03-21T15:06:21Z
Indexed on
2012/03/21
17:38 UTC
Read the original article
Hit count: 273
I am trying to move a group of files with in a group of folders named recup_dir.1 through recup_dir.535 into a single folder so that all the files will be out of the folders and just in the single folder. I know I will need to use a loop to move the files and probably concatenation to go from recup_dir.1 to recup_dir.535 but I just am not that skilled in programming please help!! I just want it to automate the copying and moving of the files rather than do it manually.
© Programmers or respective owner